structure of ethernet frame (tcp/udp) [closed]

Posted by rtmrtm2 on Server Fault See other posts from Server Fault or by rtmrtm2
Published on 2011-06-26T20:33:18Z Indexed on 2011/06/27 0:24 UTC
Read the original article Hit count: 464

Filed under:
|
|
|

How is an ethernet-frame structured. is it:

|MAC            |
|_______________|
|   |IP         |
|   |___________|
|       |TCP    |
|       |_______|
|          |HTTP|
|__________|____|

or the other way around? so in words: is the mac wrapped around the ip wrapped around the tcp wrapped arround the http?

can someone post an image of the specific 'wrapping'?

thanks in advance. regards, rtmrtm2

© Server Fault or respective owner

Related posts about ip

Related posts about tcp